UserCellGroup クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal ParamArray () As System.Drawing.Rectangle _
)
'使用法
Dim ranges() As System.Drawing.Rectangle
Dim instance As New UserCellGroup(ranges)
public UserCellGroup(
params System.Drawing.Rectangle[]
)
パラメータ
- ranges
- グループに含める四角形領域のリスト。各領域は以下のように System.Drawing.Rectangle構造体によって識別されます。
- System.Drawing.Rectangle.Xは左上セルの列インデックスです。
- System.Drawing.Rectangle.Yは左上セルの行インデックスです。
- System.Drawing.Rectangle.Widthは列数です。
- System.Drawing.Rectangle.Xは行数です。
参照